JAMSRESTAPI Web Service
GetJob_CheckJobAccess
JAMSRESTAPI Web Service > All Operations Resource Group : Job_CheckJobAccess (Get)

Resource Path: /api/job/access/{jobAccess}

Uri: http://doc.jamsscheduler.com/api/job/access/{jobAccess}

Description
Checks a JAMS Job definition.
Parameters
NameDescriptionData Type
Requested access.string
Job ID (optional)integer
The name of the job; either fully-qualified or unqualified (optional; if given, folderID must also be given)string
The parent folder ID of the job (optional)integer
Specifies whether the jobName is relative to the folderID's search pathboolean
Response

The response body is of type ValidationLog.

OK

Overview

ValidationLog
hasErrors : boolean
entries : Array[ValidationLogEntry]
sequenceNumber : integer
traceLevel : string
message : string
See Also
All Operations Resource GroupJAMSRESTAPI Web Service